inherited TweaksPrefsFrame: TTweaksPrefsFrame Caption = 'General' inherited DefaultBtn: TUiButton TabOrder = 3 end object ShellExtGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 65 Caption = 'Explorer integration' TabOrder = 0 object ShellExtSwitchesLbl: TUiLabel Left = 8 Top = 20 Height = 13 Caption = 'Command line switches:' FocusControl = ShellExtSwitchesEdit end object ShellExtSwitchesEdit: TUiEdit Left = 8 Top = 36 Width = 233 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end end object HomeGroupBox: TUiGroupBox Left = 8 Top = 80 Width = 409 Height = 65 Caption = 'Home view' TabOrder = 1 object HomeShowTasksEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Includes "new session" buttons' TabOrder = 0 OnClick = SomethingChangedClick end object HomeMRUSessionOnlyEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Sticky session selection' TabOrder = 1 OnClick = SomethingChangedClick end end object InterfaceGroupBox: TUiGroupBox Left = 8 Top = 152 Width = 409 Height = 193 Caption = 'Interface' TabOrder = 2 object HintPauseLbl: TUiLabel Left = 88 Top = 24 Height = 13 Caption = 'milliseconds before help hint appears' FocusControl = HintPauseEdit end object HintHidePauseLbl: TUiLabel Left = 88 Top = 52 Height = 13 Caption = 'milliseconds before help hint disappears' FocusControl = HintHidePauseEdit end object MRUCapacityLbl: TUiLabel Left = 8 Top = 76 Height = 13 Caption = 'Limit for most recently used (MRU) lists:' FocusControl = MRUCapacityEdit end object MRUCapacityItemsLbl: TUiLabel Left = 64 Top = 96 Height = 13 Caption = 'items' FocusControl = MRUCapacityEdit end object ActiveTabColorLbl: TUiLabel Left = 8 Top = 144 Height = 13 Caption = 'Active tab color:' FocusControl = ActiveTabColorEdit end object HintPauseEdit: TUiSpinEdit Left = 8 Top = 20 Width = 73 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end object HintHidePauseEdit: TUiSpinEdit Left = 8 Top = 48 Width = 73 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick end object MRUCapacityEdit: TUiSpinEdit Left = 8 Top = 92 Width = 50 Height = 21 Min = 1 Position = 1 TabOrder = 2 OnChange = SomethingChangedClick end object SquareTabsEdit: TUiCheckBox Left = 8 Top = 120 Height = 17 Caption = 'Square tab style' TabOrder = 3 OnClick = SomethingChangedClick end object ActiveTabColorEdit: TUiColorEdit Left = 8 Top = 160 Width = 145 Height = 21 AllowDefault = False Selected = clBlack TabOrder = 4 OnSelect = SomethingChangedClick end end end